home *** CD-ROM | disk | FTP | other *** search
- echo off
- REM ** 95DOSMIX.BAT
- REM ** This batch file will reset the audio levels while in a DOS box in
- REM ** Windows 95. You can customize the values below, or you can
- REM ** graphically change the values by typing TBSMIX.EXE in the
- REM ** TBEACH\DOSAPPS directory.
-
- REM ** This batch file assumes that your TBEACH/DOSAPPS directory is on your
- REM ** boot drive. For the example below, we have chosen C: as the drive
- REM ** letter. If you do not have these directories on your C: drive, please
- REM ** change the drive to the appropriate letter. Be sure to save your
- REM ** settings!
- REM *************************************************************************
- cls
- C:
- CD\TBEACH\DOSAPPS
- TBSMIX.EXE /M=15 /W=8 /L=15 /F=15 /C=12
- cd\
- rem command.com
- cls
- echo.
- echo Tropez Plus DOS Levels Have Been Reset . . .
- echo.
- pause
- echo.
-
-